home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Blasteroids.swf / scripts / DefineButton2_169 / BUTTONCONDACTION on(keyPress Right).as < prev    next >
Text File  |  2006-06-13  |  98b  |  7 lines

  1. on(keyPress "<Right>"){
  2.    left = false;
  3.    right = true;
  4.    up = false;
  5.    down = false;
  6. }
  7.